home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / batch < prev    next >
Text File  |  2008-07-10  |  152b  |  9 lines

  1. #! /bin/sh -e
  2. if [ "$#" -gt 0 ]; then
  3.     echo batch accepts no parameters
  4.     exit 1
  5. fi
  6. prefix=/usr
  7. exec_prefix=${prefix}
  8. exec ${exec_prefix}/bin/at -qb now
  9.